Welcome![Sign In][Sign Up]
Location:
Search - web socket

Search list

[Web Server用Java实现Web服务器

Description: 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Platform: | Size: 10425 | Author: 雨岳 | Hits:

[TCP/IP stackTCP Web Server

Description: 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
Platform: | Size: 8444 | Author: 木头 | Hits:

[TCP/IP stackVC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM

Description: 非常牛的代码,用VC通过HTTP把文件直接传到WEB服务器上,可以在开发木马的朋友会用到。用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。
Platform: | Size: 117448 | Author: 李茜 | Hits:

[WinSock-NDISweb

Description: 一个简单的windows下的web服务器,主要使用了socket的编程方法,可以设定主页目录,端口号。
Platform: | Size: 858702 | Author: zw | Hits:

[WinSock-NDISsocket

Description: 此题目为实现一个采用TCP协议实现多线程的web server.即使用操作系统提供的多线程库实现多线程并发服务器具体要求为,在浏览器中输入 http://127.0.0.1:6789/index.html 可正确显示纯html文件index.html
Platform: | Size: 12154 | Author: 董立峰 | Hits:

[Internet-NetworkSock_class

Description: 一个很好的socket多线程编程,例子程序详细描述了linux下如何编程多线程-a good socket multithreaded programming examples procedures described in detail how the Linux programming multithreaded
Platform: | Size: 7168 | Author: 刘阳 | Hits:

[JSPJava技术大合集

Description: 《Java技术大合集》,电子书籍都是从网络上搜集整理成TXT文本文件。收集了:Java Socket编程、JSP语法、WebSphere快速入门等。-"Java technology, Collection," e-books are collected from the network up into TXT text files. Collected : Java Socket Programming, JSP syntax, such as WebSphere Quick Start.
Platform: | Size: 1303552 | Author: 邓志伟 | Hits:

[CSharpWindowsApplication000

Description: 通过socket,TCP/IP协议,从WEB服务器(填写网站地址或IP地址)下载网页,保存到指定硬盘空间。-through the socket, TCP/IP, from the Web server (fill in Web addresses, or IP address) to download Web pages, designated to preserve disk space.
Platform: | Size: 25600 | Author: 张原 | Hits:

[Internet-Networkggggetweb

Description: 用socket 实现下载一个网页内容 socket 编程的入门实例-download socket with a Web content socket programming examples of entry
Platform: | Size: 2048 | Author: ggg | Hits:

[Internet-Networkserverutoyou

Description: 这是一个代理服务器程序,它使用多线程,Semaphore, blocking-socket, an RFC in hand。其中有一个内嵌的Web服务器,使用一个自定义的计数器agCount.dll。内嵌Web服务器使用虚拟域名www.personalproxy.com。-This is a proxy server process, which uses multithreading, Semaphore, blocking-socket, an RFC in hand. There is a built-in Web server, using a custom counter agCount.dll. Embedded Web servers using virtual domain www.personalproxy.com.
Platform: | Size: 104448 | Author: 陈海峰 | Hits:

[Windows DevelopJAVA-source

Description: 该压缩包包括以下内容:Java SMTP协议电子邮件传送剖析,Java语言实现对网络服务器搜索,JCOMToACAD,用JAVA 实现P2P网络通信,投稿文章,基于URL的Web服务器数据访问,Matlab环境下Socket网络功能的实现,ImageProcess等八个源程序-the compressed include the following : Java SMTP E-mail analysis Java language for network servers search JCOMToACAD. JAVA using peer-to-peer network communication, writing articles, based on the URL of the Web server data access, Matlab environment Socket networking capabilities to achieve eight source ImageProcess
Platform: | Size: 544768 | Author: 尹志远 | Hits:

[Internet-NetworkCodeNet

Description: 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network drivers for the bridge, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the socket and bundled IP Port-related data, from driver to Socket, applications from the Socket can extract the data receiver. Web applications is through this socket for data transmission and reception. TCP and UDP Principle and the work of the preparation process, and how to process link libraries. A character based chat program.
Platform: | Size: 25600 | Author: 李佳明 | Hits:

[BooksWINDOWS__socket6

Description: 要通过Wi n s o c k建立通信,必须了解如何利用指定的协议为工作站定址。本章将一一说明 Wi n s o c k支持的协议以及各协议如何把一个指定家族的地址解析成网络上一台具体的机器。-through Wi n s o c k establish communications, we must understand how to use the designated address in the agreement for the workstation. The chapter will on January 1 shows Wi n o c k's support of the agreement and the agreement specified how a family of Web Address Resolution Taiwan dataflow on a specific machine.
Platform: | Size: 888832 | Author: 楼洛阳 | Hits:

[Web ServerNetServer_web

Description: 一个通过socket与WEB建立通讯连接的VC程序。-through socket with a Web link in the establishment of communication procedures VC.
Platform: | Size: 23552 | Author: 人民币 | Hits:

[JSP/JavaJava2Web

Description: 用Java实现Web服务器连接:Web浏览器与Web服务器建立连接。2.请求:Web浏览器通过socket向Web服务器提交请求。3.应答:Web浏览器提交请求后,通过HTTP传送给Web服务器。Web服务器接到请求后,进行事务处理,处理结果又通过HTTP传回给Web浏览器,从而在Web浏览器上显示出所请求的页面。4.关系连接:当应答结束后,Web浏览器与Web服务器必须断开,以保证其它Web浏览器能够与Web服务器建立连接。-Java Web server : Web browsers and Web servers establish a connection. 2. Request : Web browser through the socket to the Web server submits the request. 3. Response : Web browser after the request, transmitted to the Web HTTP server. Web server upon request, conduct of business, and the results passed back to the traditional HTTP Web browser, so the Web browser will display the requested page. 4. Relations link : When respondents end, Web browser and Web server to be disconnected, to ensure that other Web browsers and Web servers to establish a connection.
Platform: | Size: 7168 | Author: LIYIN | Hits:

[Bookscookbook

Description: By Tom Christiansen and Nathan Torkington ISBN 1-56592-243-3 First Edition, published August 1998. (See the catalog page for this book.) Search the text of Perl Cookbook. Table of Contents Copyright Page Foreword Preface Chapter 1: Strings Chapter 2: Numbers Chapter 3: Dates and Times Chapter 4: Arrays Chapter 5: Hashes Chapter 6: Pattern Matching Chapter 7: File Access Chapter 8: File Contents Chapter 9: Directories Chapter 10: Subroutines Chapter 11: References and Records Chapter 12: Packages, Libraries, and Modules Chapter 13: Classes, Objects, and Ties Chapter 14: Database Access Chapter 15: User Interfaces Chapter 16: Process Management and Communication Chapter 17: Sockets Chapter 18: Internet Services Chapter 19: CGI Programming Chapter 20: Web Automation Index Colophon-By Tom Christiansen and Nathan Torkington First Edition ISBN 1-56592-243-3. published Aug, 1998. (See the catalog page az r this book.) Search the text of Perl Cookbook. T Copyright able of Contents Page Foreword Prefa ce Chapter 1 : Strings Chapter 2 : Numbers Chapter 3 : Dates and Times Chapter 4 : Arrays Chapter 5 : Hashes Chapter 6 : Pattern Matching Chapter 7 : File Access Chapter 8 : File Contents Chapter 9 : Directories Chapter 10 : Subroutines Chapter 11 : References and Records Chapter 12 : Packages, Libraries, and Modules Chapter 13 : Classes, Objects, and Ties Chapter 14 : Database Access Chapter 15 : User Interfaces Chapter 16 : Process Management and Communication Chapter 17 : Sockets Chapter 18 : Internet Services Chapter 19 : CGI Programming Chapter 20 : Web Automation Index
Platform: | Size: 1787904 | Author: David Yin | Hits:

[JSP/JavaWeb_Server_20070101

Description: 简易WEB服务器,JAVA SOCKET编程,HTTP协议相关-simple Web servers, Java Socket Programming, HTTP protocol related
Platform: | Size: 7168 | Author: shuiguo | Hits:

[ICQ-IM-Chatjava-chat

Description: java写的基于socket的web聊天室,客户端使用浏览器,使用时请把index.html中的ip地址127.0.0.1改成服务器所在机子的地址-java write socket based web chat rooms, clients use the browser, Please use index.html ip address of 127 .0.0.1 into the server is located loom Address
Platform: | Size: 31744 | Author: lavee | Hits:

[Internet-NetworkWeb-Socket

Description: 采用网络编程中的Socket实现web页面的浏览和下载。-Socket network programming using the web page to achieve browsing and downloading.
Platform: | Size: 485376 | Author: zhangzhineng | Hits:

[TCP/IP stackTCP_IP socket编程

Description: 《TCP Sockets编程》通过循序渐进的方式,从最基础的概念到高级别的Ruby封装器,再到更复杂的应用,提供了开发成熟且功能强大的应用程序所必备的知识和技巧,帮助读者掌握在Ruby语言环境下,用套接字实现项目开发的任务和技术。   《TCP Sockets编程》适合对TCP套接字感兴趣的读者阅读。(TCP/IP Sockets in C: Practical Guide for Programmers, 2nd Edition is a quick and affordable way to gain the knowledge and skills needed to develop sophisticated and powerful web-based applications. The book's focused, tutorial-based approach enables the reader to master the tasks and techniques essential to virtually all client-server projects using sockets in C. This edition has been expanded to include new advancements such as support for IPv6 as well as detailed defensive programming strategies.)
Platform: | Size: 19015680 | Author: supramolecular | Hits:
« 1 23 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net